-
Notifications
You must be signed in to change notification settings - Fork 53
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
add python 3.12 to CI #184
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #184 +/- ##
==========================================
- Coverage 88.87% 84.11% -4.76%
==========================================
Files 15 15
Lines 3666 3671 +5
Branches 860 862 +2
==========================================
- Hits 3258 3088 -170
- Misses 283 464 +181
+ Partials 125 119 -6 ☔ View full report in Codecov by Sentry. |
2bd7bad
to
251382f
Compare
251382f
to
d59d141
Compare
Just to mention that the latest commit messages states to "disable cplex for python < 3.12" while it actually does the opposite (disable it for python >= 3.12). So you might want to |
closes #265